|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object xdoclet.template.TemplateTagHandler xdoclet.XDocletTagSupport xdoclet.modules.ejb.EjbTagsHandler xdoclet.modules.ejb.dd.RelationTagsHandler xdoclet.modules.caucho.ResinEjbTagsHandler
Template tags handler used by resin-ejb.j and resin-relationships.j to add resin cmp-specific configuration (resin.ejb) to the standard deployment descriptor.
Nested Class Summary |
Nested classes inherited from class xdoclet.modules.ejb.dd.RelationTagsHandler |
RelationTagsHandler.RelationHolder |
Field Summary |
Fields inherited from class xdoclet.modules.ejb.dd.RelationTagsHandler |
currentRelation, relationMap |
Fields inherited from class xdoclet.modules.ejb.EjbTagsHandler |
ALL, LOCAL_SUFFIX, SERVICE_ENDPOINT, SERVICE_ENDPOINT_SUFFIX |
Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
ResinEjbTagsHandler()
|
Method Summary | |
void |
ifHasLeftOrderBy(String template)
Evaluates the body if the left side of the relationship is many and the order-by parameter of the resinejb:relation method-level tag is defined. |
void |
ifHasLeftSqlColumn(String template)
Evaluates the body if the left side of the relationship is single and the sql-column parameter of the resinejb:relation method-level tag is defined. |
void |
ifHasRightOrderBy(String template)
Evaluates the body if the right side of the relationship is many and the order-by parameter of the resinejb:relation method-level tag is defined. |
void |
ifHasRightSqlColumn(String template)
Evaluates the body if the right side of the relationship is single and the sql-column parameter of the resinejb:relation method-level tag is defined. |
void |
ifHasSqlTable(String template)
Evaluates the body if either side of the current relation is many and the sql-table parameter of the resinejb:relation method-level tag is defined. |
String |
leftOrderBy()
Returns the order-by for the left side of the current relation, if applicable. |
String |
leftSqlColumn()
Returns the sql-column for the left side of the current relation, if applicable. |
String |
rightOrderBy()
Returns the order-by for the right side of the current relation, if applicable. |
String |
rightSqlColumn()
Returns the sql-column for the right side of the current relation, if applicable. |
String |
signatureFromMethod()
Returns the signature of the current method in a form suitable for the /resinejb/enterprise-beans/entity/method/signature element. |
String |
sqlTable()
Returns the sql-table of the current relationship, if any. |
Methods inherited from class xdoclet.template.TemplateTagHandler |
getXJavaDoc, setXJavaDoc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResinEjbTagsHandler()
Method Detail |
public void ifHasLeftOrderBy(String template) throws XDocletException
template
-
XDocletException
public void ifHasLeftSqlColumn(String template) throws XDocletException
template
-
XDocletException
public void ifHasRightOrderBy(String template) throws XDocletException
template
-
XDocletException
public void ifHasRightSqlColumn(String template) throws XDocletException
template
-
XDocletException
public void ifHasSqlTable(String template) throws XDocletException
template
-
XDocletException
public String leftOrderBy() throws XDocletException
XDocletException
ifHasLeftOrderBy(String)
public String leftSqlColumn() throws XDocletException
XDocletException
ifHasLeftSqlColumn(String)
public String rightOrderBy() throws XDocletException
XDocletException
ifHasRightOrderBy(String)
public String rightSqlColumn() throws XDocletException
XDocletException
ifHasRightSqlColumn(String)
public String signatureFromMethod() throws XDocletException
XDocletException
public String sqlTable() throws XDocletException
XDocletException
ifHasSqlTable(String)
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |